home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / README < prev   
Text File  |  1994-01-05  |  3KB  |  66 lines

  1. this software comes from june.cs.washington.edu in /pub/ntemacs
  2.  
  3. This directory contains a port of GNU Emacs to Microsoft Windows NT.
  4. It is known to run on Intel x86, MIPS R4000, and DEC Alpha AXP
  5. architectures .
  6.  
  7. software versions:
  8. emacs v19.17
  9. gzip v1.2.4
  10. tar v1.11.2
  11.  
  12. UNPACKING SOURCE CODES:
  13.  
  14. the source codes are tarred and gzipped.  use the gzip and tar
  15. executables (included) to untar and ungzip the source codes.
  16. (use "gzip -d <file>.gz" and "tar xvf <file>.tar").
  17.  
  18. Since GNU Tar and Gzip
  19. don't seem to be widely distributed yet, they are also available here.
  20. Executables for these programs can be found in the appropriate machine
  21. subdirectory; sources are in src subdirectory.  (Note that gzip was
  22. compiled right out of the package, but that tar needed changes.)
  23.  
  24. For those unfamiliar with gzip and tar: 
  25.  
  26. Gzip is a compression program, taking as input one file and
  27. compressing its contents (gunzip reverses the process).  Simply use
  28. "gunzip <file>.gz" to decompress the file.
  29.  
  30. Tar is an archive program (it's name is a shortened form of "tape
  31. archive").  To extract the contents of a tar file, use "tar xvf
  32. <file>.tar".  The "f" tells tar that it is handling a file (instead of
  33. magnetic tape), the "x" tells tar to extract the contents, and "v"
  34. tells tar to be verbose and report everything it extracts.
  35.  
  36. Since gzip works on one file, the typical process is to tar a
  37. directory tree and then gzip it; unpackaging it is the reverse
  38. process (using gzunip).
  39.  
  40. Note that, when these packages are opened, you must do so on a non-FAT
  41. filesystem (HPFS or NTFS).
  42.  
  43. AFTER UNPACKING:
  44.  
  45. Once unpacked, read the files README.NT and INSTALL.NT to build and
  46. install Emacs.  As far as disk space goes, on the mips installation
  47. the build tree requires ~27 MBytes of disk space.  If you install in
  48. the same directory, add ~3 MBytes; if you install in another
  49. directory, add ~16 MBytes.
  50.  
  51. For those without a C compiler, the executables built in the Emacs
  52. distribution can be found in the appropriate machine directories.  You
  53. still need the main Emacs distribution for the lisp files, etc.
  54. Unpack the executables in the same directory and in the same manner
  55. that you unpack the main distribution.  Then look under INSTALL ONLY
  56. in INSTALL.NT.
  57.  
  58. If you have trouble installing it on your system, let me know.
  59.   
  60. -geoff
  61.  
  62. (voelker@cs.washington.edu)
  63.  
  64. Thanks to Drew Bliss for the port of GNU Tar, and Benn Schreiber
  65. for providing the DEC Alpha AXP executables.
  66.